From 0bac77637bc1feed41d39d55d77761144c3fb05c Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Fri, 2 Dec 2005 15:39:13 +0000 Subject: [PATCH] Added /etc/init.d/dhcpd to list of init files to check for (supporting Centos 4.2). Signed-off-by: Ewan Mellor --- tools/examples/xen-network-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/xen-network-common.sh b/tools/examples/xen-network-common.sh index 922d3a3dc8..0973560dc8 100644 --- a/tools/examples/xen-network-common.sh +++ b/tools/examples/xen-network-common.sh @@ -93,5 +93,5 @@ find_dhcpd_conf_file() find_dhcpd_init_file() { - first_file -x /etc/init.d/dhcp3-server /etc/init.d/dhcp + first_file -x /etc/init.d/{dhcp3-server,dhcp,dhcpd} } -- 2.30.2